home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Source: /afs/athena.mit.edu/user/j/jon/mac/CIncludes/krb/osconf.h,v $
- * $Author: jon $
- * $Header: /afs/athena.mit.edu/user/j/jon/mac/CIncludes/krb/osconf.h,v 1.2 90/02/25 19:02:13 jon Exp Locker: jon $
- *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
- *
- * Athena configuration.
- */
-
- #include <mit-copyright.h>
-
- #ifdef vax
- #include "conf-bsdvax.h"
- #else /* !vax */
- #if defined(mips) && defined(ultrix)
- #include "conf-ultmips2.h"
- #else /* !Ultrix MIPS-2 */
- #ifdef ibm032
- #include "conf-bsdibm032.h"
- #else /* !ibm032 */
- #ifdef apollo
- #include "conf-bsdapollo.h"
- #else /* !apollo */
- #ifdef sun
- #include "conf-bsdm68k.h"
- #else /* !sun */
- #if defined(macintosh) && !defined(aux)
- #include "conf-MacOS.h"
- #endif /* macintosh */
- #endif /* sun */
- #endif /* apollo */
- #endif /* ibm032 */
- #endif /* mips */
- #endif /* vax */
-